Groups/{name}

Description

A group in a test.

URL

/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}

Remarks

Adds a group to a test, deletes a group from a test, gets data on group, or updates the data of existing group in test.

PUT: If group exists in test, that data is updated. If not, new group is added. The data can be passed as XML or as JSON containing the equivalent data.

HTTP Method

GET: Gets the data on the group.

PUT: Adds or updates the group.

DELETE: Removes the group from the test.

Request

Headers:

PUT, one of:

GET: One of:

Cookies:

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

GET: No request body.

DELETE: No request body.

PUT: An XML describing the data to be updated in the test, or the equivalent in JSON format. See test entity XML

CollapsedRequest Example

Response

Headers:

None

Cookies:

None

HTML Return Code:

See the HTTP Return Codes

HTML Body:

PUT, DELETE: None

GET: The data on the group.

CollapsedExample

See Also

tests

Groups


© 2004 - 2014 Hewlett-Packard Development Company, L.P.